home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Old Testament Foundatiosn with Philip Yancey
/
Old Testament Foundatiosn with Philip Yancey - Disc 1.iso
/
pc
/
data
/
m19intro.dir
/
00016.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-09-06
|
301 b
|
16 lines
on mouseDown
global gCurrentSlide, gPause
if gPause = 0 then
set the castNum of sprite 7 to cast "b019"
if pressLessonButton(7) then
pupSprites(1, 48, 0)
sound stop 2
set gCurrentSlide to 1
set gPause to 0
go("1")
end if
else
nothing()
end if
end